golang.org/x/exp/apidiff.messageSet.collect (method)

3 uses

	golang.org/x/exp/apidiff (current package)
		apidiff.go#L41: 	for _, m := range d.incompatibles.collect(oldRootPackagePath, newRootPackagePath) {
		apidiff.go#L44: 	for _, m := range d.compatibles.collect(oldRootPackagePath, newRootPackagePath) {
		messageset.go#L46: func (m messageSet) collect(oldRootPackagePath, newRootPackagePath string) []string {